home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Top 200 Programs
/
Top 200 Programs.iso
/
Bob8
/
THOMPSON
/
LIBERTY
/
PRODUCT
/
LB14W.EXE
/
CONTENTS.BAS
< prev
next >
Wrap
BASIC Source File
|
1995-12-27
|
366b
|
22 lines
texteditor #1.te, 10, 10, 200, 200
open "contents example" for window as #1
open "c:\config.sys" for input as #2
t$ = input$(#2, lof(#2))
close #2
print #1.te, "!contents t$";
input r$
print #1.te, "!contents?";
input #1.te, s$
notice s$
input r$
print #1.te, "!contents t$";
input r$